func github.com/gotd/ige.newIGE

3 uses

	github.com/gotd/ige (current package)
		decrypt.go#L19: 	return (*igeDecrypter)(newIGE(b, iv))
		encrypt.go#L19: 	return (*igeEncrypter)(newIGE(b, iv))
		ige.go#L32: func newIGE(b cipher.Block, iv []byte) *ige {